home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 5
/
The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO
/
amiga
/
avm1_19.lha
/
rexx
/
recordzyxel.avm
< prev
next >
Wrap
Text File
|
1994-04-06
|
220b
|
12 lines
/* */
parse upper arg server device filename .
address value server
'requiredevice' device
if rc ~= 0 then exit
/* say 'recordzyxel:' filename */
'recordvoice' '0' '-1' '-1' filename
call setclip('playAmigaFile')
exit